@charset "UTF-8";
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #fff;
  font-family: "Microsoft YaHei", "Arial";
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}
.clear{
	clear:both;
	float:none;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Arial";
  color: #333333;
  font-size: 12px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Microsoft YaHei", "Arial";
  color: #333333;
  font-size: 12px;
  text-decoration: none;
}
a:hover {
  color: #012c7a;
}
.center{
  text-align: center;
}
html,
body {
  height: 100%;
}
body.hide {
  overflow: hidden;
}
.tx:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.wrap {
  max-width: 1400px;
  margin: 0 auto;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  width: 100%;
  box-sizing: border-box;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
@media only screen and (max-width: 1400px) {
  .wrap {
    max-width: 1200px;
  }
}
.col,
.row {
  width: 100%;
  box-sizing: border-box;
}
.col:after,
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.l {
  float: left;
}
.r {
  float: right;
}
.article {
  line-height: 30px;
  font-size: 15px;
  color: #777777;
}
.article img {
  max-width: 100% !important;
  height:auto !important;
}
.mainFilter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../images/mainFilter.png);
}
.wrapper {
  width: 100%;
  padding-top: 124px;
  overflow: hidden;
}
.header {
  width: 100%;
  height: 124px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background: #fff;
}
.header .logo {
  width: auto;
  height: 97px;
  float: left;
  overflow: hidden;
  margin: 16px 0 0 0;
}
.header .logo img {
  width: 100%;
  display: block;
}
.header .language {
  float: right;
  line-height: 30px;
  font-size: 15px;
  color: #999999;
  margin-top: 50px;
}
.header .language a {
  font-size: 15px;
  color: #999999;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .language a:hover {
  color: #1f4a97;
}
.header .searchBox {
  float: right;
  position: relative;
  margin: 50px 25px 0 0;
}
.header .searchBox .searchBtn {
  width: 30px;
  height: 30px;
  background: url(../images/searchBtn.png) no-repeat center;
  cursor: pointer;
}
.header .searchBox .searchBar {
  width: 300px;
  height: 40px;
  position: absolute;
  right: -8px;
  top: 34px;
  z-index: 95;
  border: solid 2px #ddd;
  box-sizing: border-box;
  display: none;
}
.header .searchBox .searchBar .inpu {
  width: 258px;
  height: 36px;
  float: left;
}
.header .searchBox .searchBar .inpu input {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
}
.header .searchBox .searchBar .inpu input::-webkit-input-placeholder {
  color: #cccccc;
}
.header .searchBox .searchBar .inpu input:-moz-placeholder {
  color: #cccccc;
}
.header .searchBox .searchBar .inpu input::-moz-placeholder {
  color: #cccccc;
}
.header .searchBox .searchBar .inpu input:-ms-input-placeholder {
  color: #cccccc;
}
.header .searchBox .searchBar .btn {
  width: 36px;
  height: 36px;
  float: right;
  background: url(../images/searchBtn.png) no-repeat center #ffffff;
  border-left: solid 2px #ddd;
}
.header .searchBox .searchBar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.header .nav .btn,
.header .menuBtn {
  display: none;
}
.header .nav {
  text-align: center;
}
.header .nav > ul {
  display: inline-block;
}
.header .nav > ul > li {
  float: left;
  position: relative;
  line-height: 40px;
}
.header .nav > ul > li.on > a {
  background: #1f4a97;
  color: #fff;
}
.header .nav > ul > li > a {
  height: 124px;
  line-height: 130px;
  display: block;
  padding: 0 45px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .nav > ul > li:hover .sub {
  max-height: 2000px;
}
.header .nav > ul > li:hover .sub li {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  opacity: 1;
}
.header .nav > ul > li:hover .sub li:nth-child(1) {
  transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
}
.header .nav > ul > li:hover .sub li:nth-child(2) {
  transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -ms-transition-duration: 400ms;
  -o-transition-duration: 400ms;
}
.header .nav > ul > li:hover .sub li:nth-child(3) {
  transition-duration: 600ms;
  -webkit-transition-duration: 600ms;
  -moz-transition-duration: 600ms;
  -ms-transition-duration: 600ms;
  -o-transition-duration: 600ms;
}
.header .nav > ul > li:hover .sub li:nth-child(4) {
  transition-duration: 800ms;
  -webkit-transition-duration: 800ms;
  -moz-transition-duration: 800ms;
  -ms-transition-duration: 800ms;
  -o-transition-duration: 800ms;
}
.header .nav > ul > li:hover .sub li:nth-child(5) {
  transition-duration: 1000ms;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -ms-transition-duration: 1000ms;
  -o-transition-duration: 1000ms;
}
.header .nav > ul > li:hover .sub li:nth-child(6) {
  transition-duration: 1200ms;
  -webkit-transition-duration: 1200ms;
  -moz-transition-duration: 1200ms;
  -ms-transition-duration: 1200ms;
  -o-transition-duration: 1200ms;
}
.header .nav .sub {
  min-width: 100%;
  position: absolute;
  top: 124px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 92;
  max-height: 0;
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  -ms-perspective: 400px;
  -o-perspective: 400px;
  perspective: 400px;
}
.header .nav .sub li {
  background: #f2f2f2;
  margin-top: 1px;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.4s, -moz-transform 0.5s;
  -ms-transition: opacity 0.4s, -ms-transform 0.5s;
  -o-transition: opacity 0.4s, -o-transform 0.5s;
  transition: opacity 0.4s, transform .5s;
  opacity: 0;
}
.header .nav .sub li:nth-child(6) {
  transition-duration: 1200ms;
  -webkit-transition-duration: 1200ms;
  -moz-transition-duration: 1200ms;
  -ms-transition-duration: 1200ms;
  -o-transition-duration: 1200ms;
}
.header .nav .sub li:nth-child(5) {
  transition-duration: 1000ms;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -ms-transition-duration: 1000ms;
  -o-transition-duration: 1000ms;
}
.header .nav .sub li:nth-child(4) {
  transition-duration: 800ms;
  -webkit-transition-duration: 800ms;
  -moz-transition-duration: 800ms;
  -ms-transition-duration: 800ms;
  -o-transition-duration: 800ms;
}
.header .nav .sub li:nth-child(3) {
  transition-duration: 600ms;
  -webkit-transition-duration: 600ms;
  -moz-transition-duration: 600ms;
  -ms-transition-duration: 600ms;
  -o-transition-duration: 600ms;
}
.header .nav .sub li:nth-child(2) {
  transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -ms-transition-duration: 400ms;
  -o-transition-duration: 400ms;
}
.header .nav .sub li:nth-child(1) {
  transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
}
.header .nav .sub li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  padding: 0 12px;
  color: #333;
  white-space: nowrap;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .nav .sub li a:hover {
  background: #1f4a97;
  color: #fff;
}
.header,
.header .logo,
.header .language,
.header .searchBox,
.header .nav {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header.min {
  height: 80px;
  box-shadow: 0px 1px 3px 1px #ededed;
}
.header.min .logo {
  width: 226px;
  height: 80px;
  margin: 0px 0 0 0;
}
.header.min .language {
  margin-top: 25px;
}
.header.min .searchBox {
  margin: 25px 25px 0 0;
}
.header.min .searchBox .searchBar {
  top: 34px;
}
.header.min .nav > ul > li > a {
  height: 80px;
  line-height: 80px;
}
.header.min .nav .sub {
  top: 80px;
}
@media only screen and (max-width: 1400px) {
  .header .nav > ul > li > a {
    padding: 0 35px;
  }
}
.footer {
  background: #f2f2f2;
}
.footer .link {
  float: left;
  border-right: solid 1px #e0e0e0;
}
.footer .link:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.footer .link .list {
  float: left;
  min-width: 172px;
  padding-top: 66px;
}
.footer .link .list:first-child {
  width: 348px;
}
.footer .link .tit {
  line-height: 20px;
  font-size: 16px;
  color: #222222;
}
.footer .link a {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.footer .link a:hover {
  color: #1f4a97;
}
.footer .link ul {
  margin-top: 22px;
  border-top: solid 1px #e0e0e0;
  padding-top: 24px;
  min-height: 100px;
}
.footer .link ul li {
  line-height: 20px;
  margin-bottom: 20px;
}
.footer .link ul li a {
  font-size: 15px;
  color: #808080;
}
.footer .contact {
  float: right;
  padding-top: 66px;
  max-width: 350px;
}
.footer .contact .title {
  line-height: 20px;
  font-size: 16px;
  color: #222222;
  margin-bottom: 30px;
}
.footer .contact .phone {
  line-height: 40px;
  font-size: 34px;
  font-family: "Arial";
  color: #1f4a97;
  font-weight: bold;
}
.footer .contact .text {
  line-height: 26px;
  font-size: 15px;
  color: #808080;
  margin-top: 8px;
}
.footer .contact .text a {
  font-size: 15px;
  color: #808080;
}
.footer .contact .share {
  overflow: hidden;
  margin-top: 56px;
}
.footer .contact .share a {
  width: 47px;
  height: 47px;
  background: url(../images/share1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 25px 0 0;
  padding: 0;
  opacity: 1;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.footer .contact .share a:hover {
  background-image: url(../images/share11.png);
}
.footer .contact .share a:nth-child(2) {
  background-image: url(../images/share2.png);
}
.footer .contact .share a:nth-child(2):hover {
  background-image: url(../images/share22.png);
}
.footer .contact .share a:nth-child(3) {
  background-image: url(../images/share3.png);
}
.footer .contact .share a:nth-child(3):hover {
  background-image: url(../images/share33.png);
}
.footer .copyright {
  line-height: 20px;
  font-size: 15px;
  color: #7d7f81;
  padding: 30px 0;
  border-top: solid 1px #e0e0e0;
}
.footer .copyright a {
  font-size: 15px;
  color: #7d7f81;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.footer .copyright a:hover {
  color: #1f4a97;
}
@media only screen and (max-width: 1400px) {
  .footer .link .list {
    min-width: 130px;
  }
  .footer .link .list:first-child {
    width: 480px;
  }
  .footer .contact {
    max-width: 320px;
  }
}
.friendship {
  background: #fff;
  line-height: 35px;
  padding: 32px 0;
  border-top: solid 1px #eee;
}
.friendship .tit {
  font-size: 15px;
  color: #333333;
  float: left;
  margin-right: 25px;
  border-left: solid 6px #1f4a97;
  padding-left: 17px;
}
.friendship a {
  font-size: 15px;
  color: #999999;
  float: left;
  margin-right: 56px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.friendship a:hover {
  color: #1f4a97;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .pic2 {
  display: none;
}
.main .banner .swiper-pagination {
  bottom: 30px;
  width:100%;
}
.main .banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
  border-radius: 6px;
  margin: 0 8px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 64px;
  background: #1f4a97;
}
.main .banner .swiper-button-next,
.main .banner .swiper-button-prev {
  width: 58px;
  height: 58px;
  margin: 0;
  background: url(../images/arrow3.png) no-repeat;
  background-size: 100% 100%;
  left: 100px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.main .banner .swiper-button-next {
  background-image: url(../images/arrow2.png);
  left: auto;
  right: 100px;
}
.main .banner .swiper-slide {
  position: relative;
}
.main .banner .swiper-slide .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
}
.main .banner .swiper-slide .p1 {
  line-height: 60px;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
.main .banner .swiper-slide .p2 {
  line-height: 30px;
  font-size: 24px;
  color: #fff;
  margin-top: 26px;
}
.main .banner .swiper-slide .btn {
  margin-top: 134px;
}
.main .banner .swiper-slide .btn:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .banner .swiper-slide .btn a {
  float: left;
  width: 178px;
  height: 46px;
  line-height: 44px;
  box-sizing: border-box;
  border: solid 1px #fff;
  text-indent: 28px;
  font-size: 16px;
  color: #fff;
  background: url(../images/arrow4.png) no-repeat right 25px center;
  margin-right: 20px;
  position: relative;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .banner .swiper-slide .btn a::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #1f4a97;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .banner .swiper-slide .btn a span {
  position: relative;
  z-index: 5;
}
.main .banner .swiper-slide .btn a:hover {
  border: solid 1px #1f4a97;
}
.main .banner .swiper-slide .btn a:hover::after {
  width: 100%;
}
.main .columnTitle {
  text-align: center;
  border-bottom: solid 1px #f4f4f4;
  padding-bottom: 30px;
  position: relative;
}
.main .columnTitle::after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: -3px;
  z-index: 2;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  width: 50px;
  height: 5px;
  background: #1f4a97;
}
.main .columnTitle .tit {
  font-size: 38px;
  color: #333333;
}
.main .columnTitle .txt {
  font-family: "Arial";
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  opacity: .1;
  margin-top: 4px;
}
.main .about {
  padding: 100px 0;
}
.main .about .columnTitle {
  padding-bottom: 0;
  text-align: left;
  border: none;
}
.main .about .columnTitle::after {
  display: none;
}
.main .about .content {
  float: right;
  width: 730px;
  margin-top: 28px;
}
.main .about .content .text {
  height: 198px;
  line-height: 28px;
  font-size: 15px;
  color: #777777;
  margin-top: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main .about .content ul {
  border-top: solid 1px #e4e4e4;
  margin-top: 38px;
  padding-top: 35px;
}
.main .about .content ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .about .content ul li {
  width: 33.333%;
  float: left;
  text-align: center;
  background: url(../images/about_list_line.gif) no-repeat 0 42px;
}
.main .about .content ul li:first-child {
  background: none;
}
.main .about .content ul li a {
  display: block;
}
.main .about .content ul li a:hover .icon1 {
  display: none;
}
.main .about .content ul li a:hover .icon2 {
  display: block;
}
.main .about .content ul li .icon2,
.main .about .content ul li .icon1 {
  width: 87px;
  margin: 0 auto;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .about .content ul li .icon2 img,
.main .about .content ul li .icon1 img {
  width: 100%;
  display: block;
}
.main .about .content ul li .icon2 {
  display: none;
}
.main .about .content ul li .txt {
  line-height: 20px;
  font-size: 15px;
  color: #333333;
  margin-top: 22px;
}
.main .about .pic {
  max-width: 620px;
  float: left;
}
.main .about .pic img {
  width: 100%;
  display: block;
}
.main .product {
  background: url(../images/product_bg.jpg) no-repeat 0 53px #f2f2f2;
  padding: 70px 0;
}
.main .product .columnTitle {
  border-bottom: solid 1px #e7e7e7;
}
.main .product .swiper-container {
  margin-top: 60px;
}
.main .product .swiper-container .swiper-slide {
  text-align: center;
  position: relative;
}
.main .product .swiper-container .swiper-slide a {
  display: block;
  padding-bottom: 22px;
  border-bottom: solid 2px #e3e3e3;
}
.main .product .swiper-container .swiper-slide a::after {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 5;
  background: #1f4a97;
  width: 0;
  height: 2px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .product .swiper-container .swiper-slide a:hover::after {
  width: 100%;
}
.main .product .swiper-container .swiper-slide a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .product .swiper-container .swiper-slide a:hover .tit {
  color: #1f4a97;
}
.main .product .swiper-container .swiper-slide .pic {
  overflow: hidden;
}
.main .product .swiper-container .swiper-slide .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .product .swiper-container .swiper-slide .tit,
.main .product .swiper-container .swiper-slide .txt {
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .product .swiper-container .swiper-slide .tit {
  font-size: 20px;
  font-family: "Arial";
  color: #333333;
  margin-top: 24px;
}
.main .product .swiper-container .swiper-slide .txt {
  font-size: 16px;
  color: #999999;
}
.main .product .wrap {
  position: relative;
}
.main .product .wrap .prev,
.main .product .wrap .next {
  width: 36px;
  height: 40px;
  position: absolute;
  left: -60px;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  outline: none;
  background: url(../images/arrow5.png) no-repeat center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .product .wrap .prev:hover,
.main .product .wrap .next:hover {
  background-position: 0 center;
  background-image: url(../images/arrow7.png);
}
.main .product .wrap .next {
  left: auto;
  right: -60px;
  background-image: url(../images/arrow6.png);
}
.main .product .wrap .next:hover {
  background-position: right 0 center;
  background-image: url(../images/arrow8.png);
}
.main .product .wrap .swiper-button-disabled {
  opacity: .3;
}
.main .solutions {
  padding-top: 70px;
}
.main .solutions .swiper-container {
  margin-top: 60px;
}
.main .solutions .swiper-slide {
  overflow: hidden;
}
.main .solutions .swiper-slide a {
  display: block;
  position: relative;
}
.main .solutions .swiper-slide a:hover .text {
  background: url(../images/solutions_text2.png);
}
.main .solutions .swiper-slide a:hover .txt,
.main .solutions .swiper-slide a:hover .en {
  color: #fff;
}
.main .solutions .swiper-slide a:hover .icon {
  height: 44px;
  margin: 30px auto 10px auto;
}
.main .solutions .swiper-slide a:hover img {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -ms-filter: brightness(100%);
  -o-filter: brightness(100%);
}
.main .solutions .swiper-slide img {
  width: 100%;
  display: block;
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
  -moz-filter: brightness(80%);
  -ms-filter: brightness(80%);
  -o-filter: brightness(80%);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .solutions .swiper-slide .box {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 5;
  padding: 0 24px;
  box-sizing: border-box;
}
.main .solutions .swiper-slide .text {
  border-radius: 4px;
  background: url(../images/solutions_text1.png);
  padding: 22px 24px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .solutions .swiper-slide .text .txt,
.main .solutions .swiper-slide .text .en {
  line-height: 28px;
  color: #333333;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .solutions .swiper-slide .text .en {
  font-size: 18px;
  font-family: "Arial";
}
.main .solutions .swiper-slide .text .txt {
  font-size: 16px;
}
.main .solutions .swiper-slide .text .icon {
  width: 44px;
  height: 0px;
  background: url(../images/solutions_icon.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .pctitle {
  text-align: center;
  font-size: 30px;
}
.main .entitle {
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #999;
}
.main .entitle::before,
.main .entitle::after {
  content: " ";
  width: 10px;
  height: 1px;
  background: #999;
  vertical-align: middle;
  display: inline-block;
  margin: 0 10px;
}
.main .application {
  padding: 54px 0 80px 0;
  background: url(../images/application_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.main .application .pctitle {
  color: #fff;
}
.main .application ul {
  margin: 36px -3px 0 -3px;
}
.main .application ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .application li {
  width: 25%;
  float: left;
  padding: 0;
  margin-bottom: 6px;
}
.main .application li:nth-child(4n+1) {
  clear: left;
}
.main .application a {
  display: block;
  padding: 36px 30px 56px 30px;
  border-radius: 4px;
  text-align: center;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.main .application a:hover {
  background: #1f4a97;
}
.main .application a:hover .icon1 {
  display: none;
}
.main .application a:hover .icon2 {
  display: block;
}
.main .application a:hover .txt {
  color: #fff;
}
.main .application .icon2,
.main .application .icon1 {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
}
.main .application .icon2 img,
.main .application .icon1 img {
  max-width: 100%;
  vertical-align: middle;
}
.main .application .icon2 {
  display: none;
  background: #fff;
}
.main .application .tit {
  font-size: 18px;
  color: #fff;
  margin: 14px 0 8px 0;
}
.main .application .txt {
  line-height: 1.4em;
  color: #bdbdbd;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .service {
  background: url(../images/service_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 78px 0;
}
.main .service .columnTitle {
  border-bottom: solid 1px #ddd;
}
.main .service .columnTitle .tit {
  color: #fff;
}
.main .service .columnTitle .txt {
  color: #fff;
}
.main .service ul {
  margin-top: 62px;
}
.main .service ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .service ul li {
  width: 50%;
  float: left;
  border-left: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  box-sizing: border-box;
}
.main .service ul li:nth-child(odd) {
  border-left: none;
}
.main .service ul li:nth-last-child(2),
.main .service ul li:nth-last-child(1) {
  border-bottom: none;
}
.main .service ul li a {
  padding: 34px 50px 34px 0;
  box-sizing: border-box;
  display: block;
}
.main .service ul li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .service ul li a:hover .icon::after {
  bottom: 0;
}
.main .service ul li:nth-child(2) a,
.main .service ul li:nth-child(1) a {
  padding-top: 0;
}
.main .service ul li:nth-last-child(2) a,
.main .service ul li:nth-last-child(1) a {
  padding-bottom: 0;
}
.main .service ul li:nth-child(even) a {
  padding-left: 110px;
}
.main .service ul li .icon {
  width: 147px;
  height: 147px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  position: relative;
}
.main .service ul li .icon::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 2;
  background: url(../images/service_icon_hover1.gif) no-repeat center #1f4a97;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .service ul li .icon img {
  width: 100%;
  display: block;
  border-radius: 50%;
}
.main .service ul li:nth-child(2) .icon::after {
  background-image: url(../images/service_icon_hover2.gif);
}
.main .service ul li:nth-child(3) .icon::after {
  background-image: url(../images/service_icon_hover3.gif);
}
.main .service ul li:nth-child(4) .icon::after {
  background-image: url(../images/service_icon_hover4.gif);
}
.main .service ul li .text {
  padding: 18px 0 0 170px;
  box-sizing: border-box;
}
.main .service ul li .text .tit {
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.main .service ul li .text .en {
  line-height: 20px;
  font-family: "Arial";
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  opacity: .1;
}
.main .service ul li .text .txt {
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #f6f6f6;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .cooperation {
  padding: 70px 0 40px 0;
}
.main .cooperation .swiper-container {
  margin-top: 64px;
}
.main .cooperation .swiper-container .swiper-slide {
  overflow: hidden;
}
.main .cooperation .swiper-container .swiper-slide a {
  display: block;
}
.main .cooperation .swiper-container .swiper-slide a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .cooperation .swiper-container .swiper-slide img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .cooperation .wrap {
  position: relative;
}
.main .cooperation .wrap .prev,
.main .cooperation .wrap .next {
  width: 30px;
  height: 33px;
  background: url(../images/arrow5.png) no-repeat center 0;
  position: absolute;
  left: -56px;
  top: 72%;
  z-index: 2;
  cursor: pointer;
  outline: none;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .cooperation .wrap .prev:hover,
.main .cooperation .wrap .next:hover {
  background-position: 0 0;
  background-image: url(../images/arrow7.png);
}
.main .cooperation .wrap .next {
  background-image: url(../images/arrow6.png);
  left: auto;
  right: -56px;
}
.main .cooperation .wrap .next:hover {
  background-position: right 0 top 0;
  background-image: url(../images/arrow8.png);
}
.main .cooperation .wrap .swiper-button-disabled {
  opacity: .4;
}
@media only screen and (max-width: 1680px) {
  .main .banner .swiper-button-prev {
    left: 14px;
  }
  .main .banner .swiper-button-next {
    left: auto;
    right: 14px;
  }
}
@media only screen and (max-width: 1400px) {
  .main .about {
    padding: 100px 0;
  }
  .main .about .content {
    width: 600px;
    margin-top: 0px;
  }
  .main .about .pic {
    max-width: 580px;
  }
  .main .solutions .swiper-slide .box {
    bottom: 20px;
    padding: 0 14px;
  }
  .main .solutions .swiper-slide .text {
    padding: 14px;
  }
  .main .service ul li a {
    padding: 34px 20px 34px 0;
  }
  .main .service ul li:nth-child(even) a {
    padding-left: 20px;
  }
}
.container .columnMenu {
  background: #f5f5f5;
  border-bottom: solid 1px #e8e8e8;
}
.container .columnMenu:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.container .columnMenu .menu .btn {
  display: none;
}
.container .columnMenu .menu li {
  float: left;
}
.container .columnMenu .menu li a {
  padding: 0 58px;
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #333333;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.container .columnMenu .menu li a:hover {
  color: #1f4a97;
}
.container .columnMenu .menu li.on a {
  background: #1f4a97;
  color: #fff;
}
.container .columnMenu .crumbs {
  float: right;
  line-height: 80px;
  font-size: 15px;
  color: #999999;
}
.container .columnMenu .crumbs .home {
  background: url(../images/crumbs.png) no-repeat 0 center;
  padding-left: 28px;
}
.container .columnMenu .crumbs a {
  font-size: 15px;
  color: #999999;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.container .columnMenu .crumbs a:hover {
  color: #1f4a97;
}
.container .paging {
  text-align: center;
  margin-top: 50px;
}
.container .paging ul {
  display: inline-block;
}
.container .paging ul li {
  float: left;
  margin: 0 2px;
}
.container .paging ul li a:hover,
.container .paging ul li.on a {
  background: #1f4a97;
  color: #fff;
}
.container .paging ul li a {
  width: 62px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  display: block;
  background: #f1f1f1;
  font-family: "Arial";
  font-size: 16px;
  color: #555555;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.container .prevnext:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.container .prevnext .next,
.container .prevnext .prev {
  width: 150px;
  height: 50px;
  line-height: 50px;
  background: url(../images/arrow22.png) no-repeat 36px center #f5f5f5;
  text-indent: 60px;
  font-size: 15px;
  color: #333333;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  float: left;
}
.container .prevnext,.container .prevnext a{
  font-size: 16px;
}
.container .prevnext .next:hover,
.container .prevnext .prev:hover {
  background-position: 26px center;
  background-color: #1f4a97;
  background-image: url(../images/arrow24.png);
  color: #fff;
}
.container .prevnext .next {
  float: right;
  background: url(../images/arrow23.png) no-repeat right 36px center #f5f5f5;
  text-indent: 35px;
}
.container .prevnext .next:hover {
  background-position: right 26px center;
  background-image: url(../images/arrow25.png);
}
.aboutPage {
  padding: 80px 0;
}
.aboutPage .introduce {
  line-height: 32px;
  font-size: 16px;
  color: #555555;
}
.aboutPage .introduce .sb1 {
  max-width: 600px;
  float: right;
}
.aboutPage .introduce .sb2 {
  padding-right: 620px;
  box-sizing: border-box;
}
.aboutPage .introduce .title {
  margin-bottom: 34px;
}
.aboutPage .introduce .title .tit {
  font-size: 32px;
  color: #333333;
  margin-bottom: 10px;
}
.aboutPage .introduce .title span {
  width: 82px;
  height: 1px;
  background: #bfbfbf;
  display: inline-block;
}
.aboutPage .introduce img {
  max-width: 100%;
}
.aboutPage .introduce .img1 {
  float: right;
  margin: 20px 0 0 38px;
}
.aboutPage .culture .pic img {
  width: 100%;
  display: block;
}
.aboutPage .culture ul {
  margin-top: 20px;
}
.aboutPage .culture ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .culture ul li {
  float: left;
  width: 33.333%;
  padding: 38px 16px;
  box-sizing: border-box;
  border-bottom: solid 1px #f2f2f2;
}
.aboutPage .culture ul li:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .culture ul li:nth-last-child(1),
.aboutPage .culture ul li:nth-last-child(2),
.aboutPage .culture ul li:nth-last-child(3) {
  border-bottom: none;
}
.aboutPage .culture ul li .icon {
  height: 80px;
  line-height: 80px;
  float: left;
  text-align: center;
}
.aboutPage .culture ul li .icon img {
  margin-top: 2px;
  max-height: 100%;
}
.aboutPage .culture ul li .txt {
  padding-left: 80px;
  box-sizing: border-box;
}
.aboutPage .culture ul li .txt .p1 {
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #b6b6b6;
}
.aboutPage .culture ul li .txt .p2 {
  line-height: 22px;
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
}
.aboutPage .history {
  background: #f5f5f5;
  position: relative;
  padding: 58px 70px 58px 100px;
  box-sizing: border-box;
}
.aboutPage .history:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .history .swiper-button-next,
.aboutPage .history .swiper-button-prev {
  width: 18px;
  height: 10px;
  background: url(../images/arrow9.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 260px;
  top: 75px;
  z-index: 5;
  cursor: pointer;
  margin: 0;
  padding: 0;
  outline: none;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.aboutPage .history .swiper-button-next:hover,
.aboutPage .history .swiper-button-prev:hover {
  background-image: url(../images/arrow11.png);
}
.aboutPage .history .swiper-button-next {
  top: auto;
  bottom: 75px;
  background-image: url(../images/arrow10.png);
}
.aboutPage .history .swiper-button-next:hover {
  background-image: url(../images/arrow12.png);
}
.aboutPage .history .gallery-thumbs {
  width: 178px;
  height: 370px;
  float: left;
  background: url(../images/history_line.gif) repeat-y right 8px top 0;
  margin-top: 60px;
}
.aboutPage .history .gallery-thumbs .swiper-slide {
  height: 24px;
  line-height: 24px;
  background: url(../images/history_thumbs1.png) no-repeat right 1px center;
  font-family: "Arial";
  font-size: 24px;
  color: #333333;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.aboutPage .history .gallery-thumbs .swiper-slide:hover {
  background-image: url(../images/history_thumbs2.png);
  color: #1f4a97;
}
.aboutPage .history .gallery-top {
  width: 960px;
  height: 490px;
  float: right;
}
.aboutPage .history .gallery-top .swiper-slide .pic {
  width: 267px;
  float: left;
}
.aboutPage .history .gallery-top .swiper-slide .pic img {
  width: 100%;
  display: block;
}
.aboutPage .history .gallery-top .swiper-slide .date,
.aboutPage .history .gallery-top .swiper-slide .txt {
  line-height: 32px;
  font-size: 18px;
  color: #000;
  margin-top: 30px;
}
.aboutPage .history .gallery-top .swiper-slide .date {
  width: 90px;
  float: left;
  margin-left: 58px;
}
.aboutPage .history .gallery-top .swiper-slide .txt {
  padding-left: 449px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1400px) {
  .aboutPage .introduce .sb1 {
    max-width: 460px;
  }
  .aboutPage .introduce .sb2 {
    padding-right: 480px;
  }
  .aboutPage .history {
    padding: 50px;
  }
  .aboutPage .history .swiper-button-next,
  .aboutPage .history .swiper-button-prev {
    left: 142px;
  }
  .aboutPage .history .gallery-thumbs {
    width: 110px;
  }
  .aboutPage .history .gallery-top {
    width: 900px;
  }
}
.productPage .classification .title {
  text-align: center;
  background: url(../images/classification_title.png) no-repeat center bottom;
  padding-bottom: 50px;
  margin: 74px 0 60px 0;
}
.productPage .classification .title .tit {
  font-size: 38px;
  color: #333333;
}
.productPage .classification .title .en {
  font-size: 22px;
  color: #f0f0f0;
  margin-top: 12px;
}
.productPage .classification .box {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background: no-repeat;
}
.productPage .classification .box.white .tit,
.productPage .classification .box.white .txt {
  color: #fff;
}
.productPage .classification .box.white .arrow {
  background-image: url(../images/arrow15.png);
}
.productPage .classification .box:nth-child(odd) .cont {
  left: 0;
  right: auto;
}
.productPage .classification .box a {
  display: block;
}
.productPage .classification .box a:hover .arrow {
  background-image: url(../images/arrow14.png);
}
.productPage .classification .box .wrap {
  min-height: 470px;
  position: relative;
}
.productPage .classification .box .cont {
  width: 640px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 2;
}
.productPage .classification .box .line {
  width: 27px;
  height: 6px;
  background: #1f4a97;
}
.productPage .classification .box .tit {
  margin-top: 36px;
  color: #333333;
}
.productPage .classification .box .tit .p1 {
  line-height: 30px;
  font-size: 26px;
  font-family: "Arial";
}
.productPage .classification .box .tit .p2 {
  line-height: 28px;
  font-size: 22px;
  margin-top: 8px;
}
.productPage .classification .box .txt {
  line-height: 28px;
  font-size: 15px;
  color: #686868;
  margin-top: 30px;
}
.productPage .classification .box .arrow {
  width: 41px;
  height: 41px;
  background: url(../images/arrow13.png) no-repeat center;
  background-size: 100% 100%;
  margin-top: 40px;
}
.productPage .productList {
  padding: 80px 0 44px 0;
}
.productPage .productList .title {
  text-align: center;
  line-height: 32px;
  font-size: 22px;
  color: #1f4a97;
}
.productPage .productList .title span {
  width: 40px;
  height: 5px;
  background: #1f4a97;
  display: block;
  margin: 22px auto 0 auto;
}
.productPage .productList .info {
  max-width: 1150px;
  line-height: 32px;
  font-size: 16px;
  color: #555555;
  text-align: center;
  margin: 16px auto 0 auto;
}
.productPage .productList .list {
  margin-top: 64px;
}
.productPage .productList .list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productPage .productList .list li {
  float: left;
  width: 442px;
  margin: 0 0 36px 36px;
  text-align: center;
}
.productPage .productList .list li:nth-child(3n+1) {
  margin-left: 0;
}
.productPage .productList .list li a {
  display: block;
}
.productPage .productList .list li a:hover .pic {
  border: solid 1px #1f4a97;
}
.productPage .productList .list li a:hover .pic > img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.productPage .productList .list li a:hover .tit {
  color: #1f4a97;
}
.productPage .productList .list li a:hover .line::after {
  width: 100%;
}
.productPage .productList .list li .pic {
  height: 296px;
  overflow: hidden;
  box-sizing: border-box;
  border: solid 1px #dbdbdb;
  position: relative;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.productPage .productList .list li .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.productPage .productList .list li .pic span {
  width: 99px;
  height: 99px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.productPage .productList .list li .tit {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #333333;
  font-family: "Arial";
  margin: 26px 0 6px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.productPage .productList .list li .txt {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.productPage .productList .list li .line {
  height: 2px;
  background: #dbdbdb;
  margin-top: 28px;
  position: relative;
}
.productPage .productList .list li .line::after {
  content: " ";
  width: 0%;
  height: 2px;
  background: #1f4a97;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.productPage .details {
  padding: 80px 0;
}
.productPage .details .photo {
  max-width: 678px;
  float: left;
  border: solid 1px #e1e1e1;
  box-sizing: border-box;
}
.productPage .details .photo img {
  width: 100%;
  display: block;
}
.productPage .details .photo .swiper-button-next,
.productPage .details .photo .swiper-button-prev {
  background: url(../images/arrow16.png) no-repeat center;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  left: 16px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  margin: 0;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.productPage .details .photo .swiper-button-next:hover,
.productPage .details .photo .swiper-button-prev:hover {
  background-image: url(../images/arrow18.png);
}
.productPage .details .photo .swiper-button-next {
  left: auto;
  right: 16px;
  background-image: url(../images/arrow17.png);
}
.productPage .details .photo .swiper-button-next:hover {
  background-image: url(../images/arrow19.png);
}
.productPage .details .introduce {
  max-width: 658px;
  width: 100%;
  float: right;
}
.productPage .details .introduce .title {
  line-height: 60px;
  font-size: 40px;
  color: #1f4a97;
  font-family: "Arial";
  margin: 10px 0;
}
.productPage .details .introduce .info {
  line-height: 28px;
  font-size: 16px;
  color: #999999;
}
.productPage .details .introduce .text {
  line-height: 40px;
  font-size: 16px;
  color: #444444;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  padding: 22px 0;
  margin-top: 32px;
  text-indent: 2em;
}
.productPage .details .introduce .btn {
  float: left;
  padding: 0 34px;
  height: 48px;
  line-height: 48px;
  background: #1f4a97;
  font-size: 16px;
  color: #fff;
  margin-top: 45px;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.productPage .details .introduce .btn:hover {
  background: #012c7a;
}
.productPage .details .publicTitle {
  height: 90px;
  line-height: 90px;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  border-bottom: solid 1px #e5e5e5;
}
.productPage .details .publicTitle::after {
  content: " ";
  width: 4px;
  height: 32px;
  background: #1f4a97;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 2;
}
.productPage .details .detai {
  margin-top: 58px;
}
.productPage .details .detai .article {
  padding: 56px 0;
}
.productPage .details .detai .article:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productPage .details .detai .article .box {
  max-width: 650px;
  float: left;
}
.productPage .details .detai .article .box:nth-child(even) {
  float: right;
}
.productPage .details .detai .article .tit {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.productPage .details .detai .article .text {
  margin-top: 36px;
}
.productPage .details .detai .article .list {
  margin-top: 36px;
}
.productPage .details .detai .article .list li {
  background: url(../images/details_list.gif) no-repeat 0 10px;
  padding-left: 18px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.productPage .details .detai .article .list li .p1 {
  line-height: 24px;
  font-size: 18px;
  color: #333333;
}
.productPage .details .detai .article .list li .p2 {
  line-height: 32px;
  font-size: 16px;
  color: #777777;
}
.productPage .details .related .productList {
  padding: 0;
  margin-top: 60px;
}
.productPage .details .related .list {
  margin-top: 0;
}
@media only screen and (max-width: 1400px) {
  .productPage .productList .list li {
    width: 384px;
    margin: 0 0 24px 24px;
  }
  .productPage .productList .list li .pic {
    height: 258px;
  }
  .productPage .productList .list li .pic span {
    width: 80px;
    height: 80px;
  }
  .productPage .details .photo {
    max-width: 580px;
  }
  .productPage .details .introduce {
    max-width: 580px;
  }
  .productPage .details .introduce .title {
    margin: 5px 0;
  }
  .productPage .details .introduce .text {
    padding: 18px 0;
  }
  .productPage .details .detai .article .box {
    max-width: 590px;
  }
}
.servicePage {
  padding: 60px 0;
}
.servicePage .concept {
  padding: 0 58px;
  box-sizing: border-box;
}
.servicePage .concept:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.servicePage .concept .box {
  width: 50%;
  padding: 0 22px;
  box-sizing: border-box;
  float: left;
  text-align: center;
}
.servicePage .concept .box a {
  display: block;
}
.servicePage .concept .box a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.servicePage .concept .box a:hover .tit {
  color: #1f4a97;
}
.servicePage .concept .box .pic {
  overflow: hidden;
}
.servicePage .concept .box .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.servicePage .concept .box .tit {
  line-height: 40px;
  font-size: 30px;
  color: #333333;
  margin-top: 24px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.servicePage .concept .box .en {
  line-height: 20px;
  font-size: 14px;
  font-family: "Arial";
  color: #333333;
  opacity: .36;
  margin-top: 10px;
}
.servicePage .hierarchy li {
  margin-bottom: 48px;
}
.servicePage .hierarchy li:last-child {
  margin-bottom: 0;
}
.servicePage .hierarchy li a {
  display: block;
}
.servicePage .hierarchy li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.servicePage .hierarchy li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.servicePage .hierarchy li a:hover .tit {
  color: #1f4a97;
}
.servicePage .hierarchy li .pic {
  width: 580px;
  overflow: hidden;
  float: left;
}
.servicePage .hierarchy li .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.servicePage .hierarchy li .cont {
  padding: 46px 0 0 628px;
  box-sizing: border-box;
}
.servicePage .hierarchy li .cont .tit {
  line-height: 34px;
  font-size: 26px;
  color: #333333;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.servicePage .hierarchy li .cont .en {
  line-height: 20px;
  font-size: 16px;
  font-family: "Arial";
  color: #d4d4d4;
  margin: 5px 0 36px 0;
}
.servicePage .hierarchy li .cont .txt {
  line-height: 32px;
  font-size: 16px;
  color: #555555;
}
.servicePage .cooperation .title {
  text-align: center;
  font-size: 28px;
  color: #333333;
}
.servicePage .cooperation .title span {
  color: #1f4a97;
}
.servicePage .cooperation .list {
  margin-top: 50px;
}
.servicePage .cooperation .list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.servicePage .cooperation .list ul {
  max-width: 1394px;
  float: left;
  border-top: solid 1px #eeeeee;
  border-left: solid 1px #eeeeee;
  box-sizing: border-box;
}
.servicePage .cooperation .list li {
  width: 199px;
  height: 141px;
  float: left;
  border-right: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  box-sizing: border-box;
}
.servicePage .cooperation .list li a {
  display: block;
  overflow: hidden;
  position: relative;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.servicePage .cooperation .list li a:hover {
  box-shadow: 0px 0px 20px 3px #dfdfdf;
  z-index: 5;
}
.servicePage .cooperation .list li img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1400px) {
  .servicePage .cooperation .list ul {
    max-width: 1195px;
  }
}
.newsPage {
  padding: 70px 0 80px 0;
}
.newsPage .newsList li {
  margin-bottom: 28px;
}
.newsPage .newsList li a {
  display: block;
  border: solid 1px #e6e6e6;
  box-sizing: border-box;
  padding: 34px;
}
.newsPage .newsList li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .newsList li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.newsPage .newsList li a:hover .arrow {
  background-image: url(../images/arrow21.png);
}
.newsPage .newsList li .pic {
  width: 420px;
  height: 279px;
  overflow: hidden;
  float: left;
}
.newsPage .newsList li .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newsPage .newsList li .cont {
  padding: 24px 0 0 484px;
  box-sizing: border-box;
}
.newsPage .newsList li .cont .tit {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsPage .newsList li .cont .date {
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  color: #bbbbbb;
  margin: 24px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsPage .newsList li .cont .txt {
  height: 60px;
  line-height: 30px;
  font-size: 15px;
  color: #777777;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsPage .newsList li .cont .arrow {
  width: 31px;
  height: 31px;
  background: url(../images/arrow20.png) no-repeat;
  background-size: 100% 100%;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  margin-top: 30px;
}
.newsPage .details .title {
  text-align: center;
}
.newsPage .details .title .tit {
  line-height: 34px;
  font-size: 28px;
  color: #333333;
}
.newsPage .details .title .date {
  line-height: 20px;
  font-size: 15px;
  color: #c8c8c8;
  font-family: "Arial";
  margin: 20px 0;
}
.newsPage .details .title .share {
  height: 30px;
  overflow: hidden;
}
.newsPage .details .title .share .bdsharebuttonbox {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.newsPage .details .title .share .bdsharebuttonbox a {
  width: 30px;
  height: 30px;
  background: no-repeat;
  background-size: 100% 100%;
  margin: 0 7px;
  padding: 0;
  float: left;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.newsPage .details .title .share .bdsharebuttonbox .bds_weixin {
  background-image: url(../images/share6.png);
}
.newsPage .details .title .share .bdsharebuttonbox .bds_weixin:hover {
  background-image: url(../images/share66.png);
}
.newsPage .details .title .share .bdsharebuttonbox .bds_sqq {
  background-image: url(../images/share4.png);
}
.newsPage .details .title .share .bdsharebuttonbox .bds_sqq:hover {
  background-image: url(../images/share44.png);
}
.newsPage .details .title .share .bdsharebuttonbox .bds_tsina {
  background-image: url(../images/share5.png);
}
.newsPage .details .title .share .bdsharebuttonbox .bds_tsina:hover {
  background-image: url(../images/share55.png);
}
.newsPage .details .article {
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  margin: 25px 0 34px 0;
  padding: 50px 130px;
  box-sizing: border-box;
}
.newsPage .mediaReports:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .mediaReports li {
  width: 442px;
  float: left;
  margin: 0 0 30px 37px;
  text-align: center;
}
.newsPage .mediaReports li:nth-child(3n+1) {
  margin-left: 0;
}
.newsPage .mediaReports li a {
  display: block;
  box-shadow: 0px 0px 15px 3px #eeeeee;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newsPage .mediaReports li a:hover {
  box-shadow: 0px 0px 15px 3px #bbb;
}
.newsPage .mediaReports li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.newsPage .mediaReports li .pic {
  height: 167px;
  overflow: hidden;
}
.newsPage .mediaReports li .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newsPage .mediaReports li .tit {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #333333;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsPage .mediaReports li .txt {
  max-width: 338px;
  height: 60px;
  line-height: 30px;
  font-size: 15px;
  color: #b2b2b2;
  margin: 10px auto 0 auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsPage .mediaReports li .date {
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  border-top: solid 1px #f2f2f2;
  margin-top: 22px;
  font-size: 15px;
  color: #b2b2b2;
  font-family: "Arial";
}
.newsPage .related {
  margin-top: 40px;
}
.newsPage .related .title {
  height: 90px;
  line-height: 90px;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  border-bottom: solid 1px #e5e5e5;
}
.newsPage .related .title::after {
  content: " ";
  width: 4px;
  height: 32px;
  background: #1f4a97;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 2;
}
.newsPage .related ul {
  margin-top: 30px;
}
.newsPage .related ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .related ul li {
  width: 442px;
  float: left;
  margin: 0 0 0 37px;
  text-align: center;
}
.newsPage .related1 ul li{
  text-align: unset;
}
.newsPage .related ul li:nth-child(3n+1) {
  margin-left: 0;
}
.newsPage .related ul li a {
  display: block;
}
.newsPage .related ul li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.newsPage .related ul li a:hover .tit {
  color: #1f4a97;
}
.newsPage .related ul li .pic {
  overflow: hidden;
}
.newsPage .related ul li .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newsPage .related ul li .tit {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newsPage .related ul li .tit{
  font-size: 16px;
}
@media only screen and (max-width: 1400px) {
  .newsPage {
    padding: 70px 0 80px 0;
  }
  .newsPage .mediaReports li {
    width: 386px;
    margin: 0 0 20px 20px;
  }
  .newsPage .mediaReports li .pic {
    height: 146px;
  }
  .newsPage .related ul li {
    width: 388px;
    margin: 0 0 0 18px;
  }
  .newsPage .related ul li .tit {
    font-size: 18px;
    margin-top: 5px;
  }
}
.recruitmentPage {
  padding: 70px 0 100px 0;
}
.recruitmentPage .concept {
  background: #f5f5f5;
}
.recruitmentPage .concept .row:nth-child(even) .pic {
  float: left;
}
.recruitmentPage .concept .row:nth-child(even) .cont {
  float: right;
}
.recruitmentPage .concept .pic {
  width: 50%;
  float: right;
}
.recruitmentPage .concept .pic img {
  width: 100%;
  display: block;
}
.recruitmentPage .concept .cont {
  width: 50%;
  float: left;
  padding: 58px 52px 0 52px;
  box-sizing: border-box;
}
.recruitmentPage .concept .title {
  margin-bottom: 60px;
}
.recruitmentPage .concept .title .tit {
  line-height: 48px;
  font-size: 38px;
  color: #444444;
}
.recruitmentPage .concept .title .en {
  line-height: 20px;
  font-size: 15px;
  font-family: "Arial";
  color: #d7d7d7;
  font-weight: bold;
  margin-top: 5px;
}
.recruitmentPage .concept .text {
  line-height: 32px;
  font-size: 16px;
  color: #444444;
}
.recruitmentPage .concept .btn {
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  background: #1f4a97;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  margin-top: 60px;
}
.recruitmentPage .concept .btn:hover {
  background: #012c7a;
}
.recruitmentPage .recruitmentList .top {
  padding-right: 130px;
  box-sizing: border-box;
  background: #1f4a97;
  text-align: center;
}
.recruitmentPage .recruitmentList .top:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.recruitmentPage .recruitmentList .top span {
  width: 25%;
  height: 72px;
  line-height: 72px;
  float: left;
  font-size: 16px;
  color: #fff;
}
.recruitmentPage .recruitmentList li .top {
  background: url(../images/arrow26.png) no-repeat right 52px center #ffffff;
  border-bottom: solid 1px #dcdcdc;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.recruitmentPage .recruitmentList li .top span {
  color: #333333;
}
.recruitmentPage .recruitmentList li.on .top {
  background-image: url(../images/arrow27.png);
}
.recruitmentPage .recruitmentList li .text {
  background: #f5f5f5;
  padding: 40px 60px;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 16px;
  color: #888888;
  display: none;
}
.recruitmentPage .recruitmentList li .text .tit {
  color: #333333;
  font-weight: bold;
}
.contactPage {
  padding-top: 70px;
  padding-bottom: 170px;
}
.contactPage .anchor {
  display: block;
  position: relative;
  top: -120px;
}
.contactPage .contact {
  padding: 60px;
  box-sizing: border-box;
  background: #f5f5f5;
}
.contactPage .contact:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.contactPage .contact .address {
  width: 480px;
  float: left;
}
.contactPage .contact .address .tit {
  font-size: 38px;
  color: #444444;
}
.contactPage .contact .address .en {
  font-family: "Arial";
  font-size: 15px;
  color: #d7d7d7;
  font-weight: bold;
  margin-top: 5px;
}
.contactPage .contact .address .text {
  margin-top: 30px;
}
.contactPage .contact .address .text .p {
  line-height: 30px;
  padding: 20px 54px;
  box-sizing: border-box;
  border-bottom: solid 1px #e5e5e5;
  font-size: 16px;
  color: #444444;
  background: no-repeat 18px 26px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.contactPage .contact .address .text .p a {
  font-size: 16px;
  color: #444444;
  display: block;
}
.contactPage .contact .address .text .p:hover {
  background-color: #1f4a97;
  color: #fff;
  padding: 20px 14px 20px 94px;
  background-position: 58px 26px;
}
.contactPage .contact .address .text .p:hover a {
  color: #fff;
}
.contactPage .contact .address .text .p1 {
  background-image: url(../images/address1.png);
}
.contactPage .contact .address .text .p1:hover {
  background-image: url(../images/address11.png);
}
.contactPage .contact .address .text .p2 {
  background-image: url(../images/address2.png);
}
.contactPage .contact .address .text .p2:hover {
  background-image: url(../images/address22.png);
}
.contactPage .contact .address .text .p3 {
  background-image: url(../images/address3.png);
}
.contactPage .contact .address .text .p3:hover {
  background-image: url(../images/address33.png);
}
.contactPage .contact .address .text .p4 {
  background-image: url(../images/address4.png);
}
.contactPage .contact .address .text .p4:hover {
  background-image: url(../images/address44.png);
}
.contactPage .contact .address .text .p5 {
  background-image: url(../images/address5.png);
}
.contactPage .contact .address .text .p5:hover {
  background-image: url(../images/address55.png);
}
.contactPage .contact .map {
  float: right;
  border: solid 1px #e5e5e5;
}
.contactPage .contact .map #allmap {
  width: 750px;
  height: 484px;
}
.contactPage .consult {
  margin-top: 65px;
  background: url(../images/consult_bg.jpg) no-repeat right 0 bottom 0;
  padding-bottom: 74px;
}
.contactPage .consult .title .tit {
  font-size: 38px;
  color: #333333;
}
.contactPage .consult .title .txt {
  font-size: 16px;
  color: #888888;
  margin-top: 10px;
}
.contactPage .consult .inpubox {
  max-width: 980px;
  margin-top: 40px;
}
.contactPage .consult .inpubox:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.contactPage .consult .inpubox textarea,
.contactPage .consult .inpubox input[type='text'] {
  width: 306px;
  height: 50px;
  line-height: 48px;
  float: left;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  margin: 0 12px 14px 0;
  padding: 0 20px;
  font-size: 15px;
  color: #333333;
}
.contactPage .consult .inpubox textarea::-webkit-input-placeholder,
.contactPage .consult .inpubox input[type='text']::-webkit-input-placeholder {
  color: #333333;
}
.contactPage .consult .inpubox textarea:-moz-placeholder,
.contactPage .consult .inpubox input[type='text']:-moz-placeholder {
  color: #333333;
}
.contactPage .consult .inpubox textarea::-moz-placeholder,
.contactPage .consult .inpubox input[type='text']::-moz-placeholder {
  color: #333333;
}
.contactPage .consult .inpubox textarea:-ms-input-placeholder,
.contactPage .consult .inpubox input[type='text']:-ms-input-placeholder {
  color: #333333;
}
.contactPage .consult .inpubox textarea {
  max-width: 942px;
  width: 100%;
  height: 184px;
  resize: none;
  line-height: 20px;
  padding: 20px;
}
.contactPage .consult .inpubox button,
.contactPage .consult .inpubox input[type='button'] {
  width: 185px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #1f4a97;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  margin-top: 24px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.contactPage .consult .inpubox button:hover,
.contactPage .consult .inpubox input[type='button']:hover {
  background: #012c7a;
}
@media only screen and (max-width: 1400px) {
  .contactPage .contact {
    padding: 30px;
  }
  .contactPage .contact .map #allmap {
    width: 640px;
    height: 460px;
  }
  .contactPage .consult .inpubox {
    max-width: 980px;
    margin-top: 40px;
  }
  .contactPage .consult .inpubox:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
  }
  .contactPage .consult .inpubox textarea,
  .contactPage .consult .inpubox input[type='text'] {
    width: 280px;
    margin: 0 10px 10px 0;
    padding: 0 12px;
  }
  .contactPage .consult .inpubox textarea {
    max-width: 860px;
    width: 100%;
    padding: 12px;
  }
}